home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Master Levels for Doom 2
/
Master Levels For Doom II.iso
/
maximum
/
install.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1995-10-11
|
182 b
|
13 lines
@echo off
DEICE.EXE
if ERRORLEVEL == 1 GOTO END
MAXIMUM.EXE
if ERRORLEVEL == 1 GOTO ERROR
DEL MAXIMUM.EXE
DOOMIT
goto END
:ERROR
echo Error installing MAXIMUM.EXE!
:END